home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 June / EnigmA AMIGA RUN 19 (1997)(G.R. Edizioni)(IT)[!][issue 1997-06][EAR-CD III].iso / softwareupdate / cybergraphix update / cgxdpms.readme < prev    next >
Text File  |  1997-05-13  |  4KB  |  142 lines

  1. Short:    DPMS manager for CyberGraphX. V1.0.
  2. Author:   Magnus Holmgren (cmh@lls.se)
  3. Uploader: Magnus Holmgren (cmh@lls.se)
  4. Type:     util/cdity
  5.  
  6.  
  7. Introduction
  8. ============
  9.  
  10. CGXDPMS - Now there's an acronym for you. ;) CGX stands for CyberGraphX,
  11. and DPMS stands for Display Power Management Signaling. So, this is a
  12. program that uses the DPMS feature in CyberGraphX.
  13.  
  14. Anyway, this is a small program I hacked together the other day (hence the
  15. brief documentation ;). It is a small commodity that uses the DPMS function
  16. in your graphics card and monitor. I wrote it since the DPMS program I had
  17. seen was a bit large, and more importantly, didn't support all DPMS levels
  18. available in CyberGraphX. Hence CGXDPMS, which supports all three DPMS
  19. levels (and is a bit smaller).
  20.  
  21. CGXDPMS can be used in addition to a normal screen blanker.
  22.  
  23.  
  24. Requirements
  25. ============
  26.  
  27. First of all, you need a graphics card and a monitor that supports DPMS.
  28. You also need CyberGraphX (or compatible) installed. Other than that,
  29. nothing special is required (except AmigaOS then).
  30.  
  31. If you use this with a graphics card that do support DPMS, but the monitor
  32. does not, I don't know what will happen. If anything gets damaged, don't
  33. blame me. And this brings us to...
  34.  
  35.  
  36. No warranty
  37. ===========
  38.  
  39. There is no warranty for this software package. Although the author has
  40. tried to prevent errors he can't guarantee that the software package
  41. described in this document is 100% reliable. You are therefore using this
  42. material at your own risk. The author cannot be made responsible for any
  43. damage which is caused by using this software package.
  44.  
  45.  
  46. Usage
  47. =====
  48.  
  49. The following arguments can be specified on the command line, or as
  50. tooltypes:
  51.  
  52. CX_PRIORITY
  53.     The priority (within Commodities). Changing this will probably not
  54.     change the behaviour in any way, since CGXDPMS doesn't have any
  55.     hotkey yet, but...
  56.  
  57. STANDBYTIME
  58.     The number of minutes of inactivity to wait before the (optional)
  59.     standby mode should be activated. Default is 15 minutes. Specifying
  60.     0 will make CGXDPMS skip this mode.
  61.  
  62. SUSPENDTIME
  63.     The number of minutes of inactivity to wait before the suspended
  64.     mode should be activated. This time starts counting after the
  65.     standby mode is activated (if at all). Default is 15 minutes.
  66.     Specifying 0 will make CGXDPMS skip this mode.
  67.  
  68. OFFTIME
  69.     The number of minutes of inactivity to wait before the off mode
  70.     should be activated (erh ;). This time starts counting after the
  71.     standby mode is activated (if at all). Default is 15 minutes.
  72.     Specifying 0 will make CGXDPMS skip this mode.
  73.  
  74.     Note: Setting all the above times to zero is rather pointless to
  75.     do, don't you think? ;)
  76.  
  77. SENDSHIFT
  78.     In order to stop a possible screen blanker from doing any
  79.     uneccessary work, CGXDPMS will regularly emulate the pressing of
  80.     the left shift key while the monitor is not "on". This should keep
  81.     any screen blanker from going into action.
  82.  
  83.     Pressing the shift key shouldn't cause any problems, but here you
  84.     can decide if it should be done or not.
  85.  
  86. SHIFTTIME
  87.     The number of minutes to wait between the emulated shift pressings.
  88.     Default is 1.
  89.  
  90. NOMOUSE
  91.     If specified, then the CGXDPMS will not turn the monitor on when
  92.     the mouse is moved. This only affects CGXDPMS while the monitor is
  93.     not "on".
  94.  
  95.  
  96. The DONOTWAIT tooltype in the icon is for the Workbench, when placed in the
  97. Workbench startup drawer.
  98.  
  99.  
  100. Todo?
  101. =====
  102.  
  103. Things that could be added, but I didn't consider to be important at the
  104. moment:
  105.  
  106.  o CGXDPMS assumes that it is the graphics card of the Workbench screen
  107.    that should signal for power saving. Maybe this should be configurable
  108.    (in the form of the name of a public screen), and also include support
  109.    for multiple screens (for those with multiple cards).
  110.  
  111.  o A hotkey to go into power saving mode.
  112.  
  113.  
  114. Author and other things
  115. =======================
  116.  
  117. CGXDPMS was written in 1997 by Magnus Holmgren. It is public domain (source
  118. included, though not very well documented ;), so you can do anything you
  119. like with it (although credits would be appriciated ;). Contact address:
  120.  
  121. Snail mail:
  122.  
  123.     Magnus Holmgren
  124.     Kvarnbergsvägen 5
  125.     S-444 47  Stenungsund
  126.     SWEDEN
  127.  
  128. Electronic mail:
  129.  
  130.     cmh@lls.se
  131.     2:203/512.10@fidonet
  132.  
  133.     http://www.lls.se/~cmh/
  134.  
  135.  
  136. Version history
  137. ===============
  138.  
  139. 1.0    May 7, 1997
  140.  
  141.     Initial release.
  142.